home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / demos / audio / README < prev   
Encoding:
Text File  |  1994-08-02  |  1.6 KB  |  41 lines

  1.  
  2.      -------------------------------------------------------------------
  3.      Explanation of the contents of ~4Dgifts/toolbox/src/demos/audio dir
  4.      -------------------------------------------------------------------
  5.  
  6.         This subtree contains the following audio demo source code:
  7.  
  8.  
  9.      amesh  :  performs a spectrum analysis of an incoming audio signal
  10.                and displays it in a real-time "waterfall" of frequency 
  11.                spectrums.  This is the bonafide demo that can be found
  12.                in /usr/demos/bin and needs the C++ software option to be 
  13.                able to be re-compiled.  
  14.            NOTE:  You will need to have the C++ (/usr/lib/libC.a) 
  15.                       software option installed in order to compile 
  16.                       amesh.
  17.            
  18.      ameshC :  a "straight C" language version of amesh lives in this 
  19.            subdirectory.
  20.  
  21.      bz     :  tank-battle blow-'em-up game with audio hooks n' cues.
  22.                NOTE:  You will need to have the C++ (/usr/lib/libC.a) 
  23.                       and the Inventor (/usr/lib/libInventor.a) software 
  24.                       options installed in order to compile drive.
  25.  
  26.      drive  :  exceptionally inspired "clyde crashcop" driver 
  27.                "environment."
  28.                NOTE:  You will need to have the C++ (/usr/lib/libC.a) 
  29.                       software option installed in order to compile 
  30.                       drive.
  31.  
  32.      synthia:  plays an audio sound file and simultaneously displays
  33.                the notes on a simulated keyboard.
  34.  
  35.  
  36.  
  37.      These programs will currently work on 4D/35 Personal IRIS and IRIS
  38.      Indigo machines.  
  39.       
  40.  
  41.